home *** CD-ROM | disk | FTP | other *** search
/ MacGames Sampler / PHT MacGames Bundle.iso / MacSource Folder / Samples from the CD / Apple Script / FileMaker & AppleScript / Syntax Examples / Exists examples < prev    next >
Encoding:
Text File  |  1992-11-25  |  168 b   |  7 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     Exists first window
  3.     Exists Cell 67
  4.     Exists Record 10
  5.     Exists FileMaker Script "a"
  6.     Exists first Menu Item of Menu "external"
  7. end tell